home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0579.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.3 KB  |  33 lines

  1. Tom,
  2.  
  3. Great idea, LOTS of applications.  Traversing a tree to a given depth
  4. makes a book.  Tony's WWWVeronica is a great idea -- particularly as  
  5. it can pick up WAIS indexes and Gopher and telent sites all together  
  6. and make a megaIndex of the whole scene!
  7.  
  8. Implementation ideas:   The WWW library anchor object actually keeps  
  9. track of every anchor visited.   It uses a hash table to speed up the  
  10. generation of new names.  The HTAnchor_findParent or somesuch routine  
  11. find it if it exists otherwise creates it.  You just need a return  
  12. code to tell you whether you have a new one or not, whether to  
  13. truncate the search there.
  14.  
  15. You could use the HTRules translation table for controlling the  
  16. domain of search.  Useful things to do with the search  are
  17.  
  18. 1. list all references OUT of the domain from within it
  19.     For example, find all telnet sites listed in Hytelnet.
  20.     List all WAIS indexes mentioned in the Web's WAIS catalogue.
  21. 2. list all referencs within, depth-first, with depth indication
  22.     This can drive a book-making script
  23. 3. Apply command to everything within the domain
  24.     for checking
  25.     etc etc
  26.  
  27. I even wondered about putting the traverse code into the library do  
  28. that arbitrary browsers could use it.  It would generate a hypertext  
  29. list of all objects found for example.
  30.  
  31. Tim
  32.  
  33.